home *** CD-ROM | disk | FTP | other *** search
- *** ./configure.in Fri May 2 10:37:15 1997
- --- ../screen-3.7.4/./configure.in Fri Jul 31 16:21:15 1998
- ***************
- *** 81,87 ****
-
- AC_CHECKING(for MIPS)
- if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
- ! test -f /bin/mx || LIBS="$LIBS -lmld" # for nlist. But not on alpha.
- dnl djm@eng.umd.edu: "... for one thing, it doubles the size of the executable"
- dnl
- if test -r /dev/ptc; then
- --- 81,87 ----
-
- AC_CHECKING(for MIPS)
- if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
- ! ${LIBMLD:-/bin/true} && (test -f /bin/mx || LIBS="$LIBS -lmld") # for nlist. But not on alpha or SGI -n32.
- dnl djm@eng.umd.edu: "... for one thing, it doubles the size of the executable"
- dnl
- if test -r /dev/ptc; then
- *** ./Makefile Mon Jun 23 17:05:43 1997
- --- ../screen-3.7.4/./Makefile Fri Jul 31 16:21:26 1998
- ***************
- *** 1,2 ****
- --- 1,4 ----
- install all Makefiles and config:
- sh ./configure
- +
- + clean:
- *** ./configure Fri May 2 10:37:26 1997
- --- ../screen-3.7.4/./configure Fri Jul 31 16:26:24 1998
- ***************
- *** 628,634 ****
-
- test -n "$silent" || echo "checking for MIPS"
- if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
- ! test -f /bin/mx || LIBS="$LIBS -lmld" # for nlist. But not on alpha.
- if test -r /dev/ptc; then
-
- {
- --- 628,634 ----
-
- test -n "$silent" || echo "checking for MIPS"
- if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
- ! ${LIBMLD:-/bin/true} && (test -f /bin/mx || LIBS="$LIBS -lmld") # for nlist. But not on alpha or SGI -n32.
- if test -r /dev/ptc; then
-
- {
-